home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-07-24 | 1.4 KB | 80 lines |
- [Options]
- Dlls=GCACAD3.DLL
- Enable Logging=1
- Read Default Units=64
-
- [Read Default View]
- Type = Transformation Matrix
- Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
-
- [Write Default View]
- Type = Transformation Matrix
- Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
-
- [Entity Map]
- ;
- ; ACAD to Gtype 3d entity map
- ;
- ADLine = GLine : 0
- ADCircle = GEllipse : 0
- ADPolyline = 0 : GC_ADPolylineToGType
- ADArc = GArc : 0
- ADTrace = GLine : 0
- ADPoint = GPoint : 0
- ADFace3d = GLine : 0
- ADSolid = GLine : 0
- ADInsert = 0 : GC_ADInsertToGType
- ADMline = GLineString : 0
- ADSpline = GBspCurve : 0
- ;ADDimension = GDim : 0
- ;;;;;
- ;
- ; Release 13 entities added here.
- ;
- ADEllipse = GEllipse : 0
- ADSpline = GBspCurve : 0
- ;;ADRegion = : 0
- ;;ADSolid3d = : 0
- ;;ADRay = : 0
- ;;ADXline = : 0
- ;;ADMtext = : 0
- ;;ADLeader = : 0
- ;;ADTolerance = : 0
- ;;ADMline = : 0
-
- ;
- ; Gtype 3d to Acad entity map
- ;
- GLine = ADLine : 0
- GEllipse = ADCircle : 0
- GArc = ADArc : 0
- GLineString = ADPolyline : 0
- ;GBspCurve = ADPolyline : 0
- GPoint = ADPoint : 0
-
- [Read Linestyles]
- CONTINUOUS = 0
- DASHED = 1
- DASHED2 = 1
- DASHEDX2 = 1
- DASHEDX10 = 1
- DOT = 2
- DOT2 = 2
- DOTX2 = 2
- DOTX10 = 2
- DASHDOT = 3
- DASHDOT2 = 3
- DASHDOTX2 = 3
- DASHDOTX10 = 3
- DIVIDE = 4
- DIVIDE2 = 4
- DIVIDEX2 = 4
- DIVIDEX10 = 4
-
- [Write Linestyles]
- 0 = CONTINUOUS
- 1 = DASHEDX10
- 2 = DOTX10
- 3 = DASHDOTX10
- 4 = DIVIDEX10
-